Repeating Section Methods

Description

Methods for manipulating Repeating Sections in a UX component.

Methods

_findRepeatingSection Method

Returns the name of the Repeating Section container in which a particular control is to be found.

_fixAllRepeatingSectionHeaders Method

Aligns all Repeating Section column titles. Used in cases where a Repeating Section is hidden unless shown via Javascript.

_getRepeatingSectionRowCount Method

Gets the number of rows in a repeating section.

_prepareRepeatingSection Method

This command will fix the column titles.

_repeatingSectionLogicalToPhysicalRow Method

Returns the physical row number for given logical row number in a specified Repeating Section.

_setRepeatingSectionRowCount Method

Sets the number of rows in a repeating section.

addRepeatingSectionRow Method

Adds a new row to the specified Repeating Section.

copyRepeatingSectionRow Method

Copies the values from one row in a Repeating Section to another.

deleteRepeatingSectionRow Method

Removes the current row from the specified Repeating Section.

duplicateRepeatingSectionRow Method

Copies the values in the current Repeating Section row to a new row.

getInstanceNumber Method

Returns the instance number for the specified control in a Repeating Section.

getRepeatingSectionActiveRow Method

Gets the active row in the specified Repeating Section.

harvestRepeatingSectionColumn Method

Retrieves the data from a column in a Repeating Section and return a delimited string of values. The default for delimiter is comma.

hideRepeatingSectionColumn Method

Hide/show a column in a Repeating Section.

moveDownRepeatingSectionRow Method

Moves the data in the current Repeating Section row down one row.

moveUpRepeatingSectionRow Method

Moves the data in the current Repeating Section row up one row.

setRepeatingSectionActiveLogicalRow Method

Sets the active row in a Repeating Section.

setRepeatingSectionActiveRow Method

Sets the active row in the specified Repeating Section.

setRepeatingSectionColumnWidth Method

Sets the width of a column in a Repeating Section.

sortRepeatingSection Method

Sorts the data in a Repeating Section.

swapRepeatingSectionRows Method

Swaps the data in two rows in a Repeating Section. Id is the id of the Repeating Section.

See Also